Search

Help

Page 2 of 4. Showing 38 results (0.007 seconds)

  1. Extended Platform

    The Extended platform of DBSync iPaaS comprises of ApiCode and User Defined Function. The subsequent sections cover, indepth, offerings of ApiCode and User Defined Functions. These features can be learnt by clicking on the following links. ApiCode Functions
  2. Release - 2.9

    http://help.mydbsync.com/docs/display/dbsync/EmailAdapter for more information. New Lookup Functions Three new functions MEMTABLE(), MEMLOOKUP() & TLOOKUP() http://help.mydbsync.com/docs/display/dbsync/MappingFunctionswithExamplesare added in DBSync to simplify lookup option in mappings. You can use these functions to dynamically lookup a value from any object
  3. Release - 4.0

    adjust itself to the user, from varying browser sizes to change in devices . User Defined Function DBSync now provides the user with the user interface where the user can write functions in java script and upon publishing them can be used across different projects across the platform. To learn more on userdefined
  4. Handling Exponential Values while Integrating Salesforce within DBSync

    standard function FORMAT. This is the mapping for the target field FORMAT(VALUE("AnnualRevenue"), "0.0") 3.png Post the sync target system will have the value
  5. Development Studio

    and Mappings, which collectively solves a business integration requirement and logically sums up integration life cycle. Functions: Functions are the user defined from the DBSync's platform. They are made for code reusability and for saving time and space. Functions can be used during field to field mappings to achieve
  6. Rules

    . The mapping of source fields to target fields can be applied by clicking on the fields from the schema. The user can also apply functions from the "Functions
  7. Release 4.3.4

    list as opposed to the top of the list. MSCRM Online Connector Fixes In this build we have added few more log functions which would help user to debug through log section in case of sync failure. The standard function of TLookup was not able to link related list during integrations, We have fixed in this release. We
  8. Release 4.6

    on Localhost Add support to "Select " queries in LOOKUP function Unable to save Query and No MSCRM Entity Schema is getting displayed Add support to Task API in Hubspot Connector Session time out Issue LOOKUP Functions (TLOOKUP, FASTTLOOKUP & LOOKUP) to support OData Queries Error in Last Success Run org
  9. Pushing the Invoices to QuickBooks using the visual force page in Salesforce

    , SalesReceipt) from Opportunity > function createTransaction() { var URL = " /qboe.m?sfUrl=https://rsps.my.salesforce.com/services/Soap/u/14.0/00D300000000l40= &pdl … (URL, "DBSync", "menubar=0,resizable=0,width=650,height=300"); } <! Update Invoice Details from QuickBooks Online > function updateInvoice() { var URL=" /qboe.m
  10. Excluding the Opportunity Line Items from Salesforce Opportunities to Transactions in QuickBooks Desktop

    Issue: Excluding certain Opportunity Products from syncing to QuickBooks during a Transaction creation. Solution: In order to exclude certain Opportunity Line Items from syncing to QuickBooks transactions, a function/condition needs to be added in the DBSync mappings. Before starting start with the function/condition